home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1999 / MacHack 1999.toast / The Hacks / CarbonizedMenus / Carbonized Menus Readme < prev    next >
Text File  |  1999-06-26  |  2KB  |  48 lines

  1. Carbonized Menus 1.0d1
  2.     Copyright © 1999 Red Shed Software. All rights reserved.
  3.     By Jonathan ‘Wolf’ Rentzsch (jon at redshed dot net)
  4.     on Saturday, June 26, 1999 3:29:27 AM at MacHack ’99’s Hack Contest.
  5.         <http://redshed.net/macHack/99/>
  6.  
  7. What is it?
  8.  
  9. Carbonized Menus is an application. It’s completely useless.
  10.  
  11. What does it do?
  12.  
  13. At WWDC ’99, Steve Jobs demo’d the new “carbonized” Finder.
  14.  
  15. First off, we all know carbonized means ‘burnt’.
  16.  
  17. Second off, it wasn’t new. It was the NEXTSTEP/OpenStep file browser of 1987.
  18.  
  19. Well, Carbonized Menus finishs Steve’s job(s). It hides the menu bar and in it’s place it creates a universal floating window which holds the menus. Just like OpenStep.
  20.  
  21. Just hit Command-Q to bring back your Mac world.
  22.  
  23. Chances are you want to visit <http://redshed.net/macHack/99/> and see if I’ve revved Carbonized Menus. Chances are I won’t, though.
  24.  
  25. What traps lie in wait for the unwary?
  26.  
  27. Carbonized Menus was written in five hours, late at night (early in the morning?). Most of that time was spent restarting. That's enough cause for concern.
  28.  
  29. The code is not robust. I include some relavent source files, but not all of them since it’s standard Toolbox stuff. Your Toolbox code uses atomic stacks, right?
  30.  
  31. This is MacHack. I want details!
  32.  
  33. Carbonized Menus is all around skanky. It reads low memory. It uses a data structures last documented in 1983 in Inside Macintosh, Volume I. It installs a jGNEFilter and leaks a small amount of memory into a system heap each time it is launched (actually, it has to do this — trust me). Oh, and it uses C++ and STL to make the code extra crispy.
  34.  
  35. For some reason the Finder tries awfully hard to show the menubar whenever it’s switched in, so this app isn’t as impressive as it good be.
  36.  
  37. What does it need?
  38.  
  39. System 7 or later. 68K Mac with CFM-68K or PowerPC.
  40.  
  41. Credits.
  42.  
  43. I thunked a chunk of code from Matt Slot’s appeWindows. Mostly the code for TSM floating windows.
  44.  
  45. Version History.
  46.  
  47. 1.0 -> Sat, June 26, 1999 at 3:29:27 AM at MacHack 14’s hack contest.
  48. First Public Release.